home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00147.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  227 b   |  12 lines

  1. on mouseDown me
  2.   sprite(82).visible = 0
  3.   sprite(85).visible = 1
  4. end
  5.  
  6. on mouseUp me
  7.   sprite(85).visible = 0
  8.   set the memberNum of sprite 31 to 71
  9.   set the memberNum of sprite 32 to 72
  10.   set the locV of sprite 32 to 175
  11. end
  12.